COVID-19 in Italy. Visuals


(alternatively, see results and code together here)

 


Data source: this GitHubi page

Authors and sources mentioned: Editore/Autore del dataset: Dipartimento della Protezione Civile. Categoria ISO 19115: Salute. Dati forniti dal Ministero della Salute.

Regional data files (Dati per Regione):
  • Struttura file giornaliero: dpc-covid19-ita-regioni-yyyymmdd.csv (dpc-covid19-ita-regioni-20200224.csv)
  • File complessivo: dpc-covid19-ita-regioni.csv
  • File ultimi dati (latest): dpc-covid19-ita-regioni-latest.csv

 

Out[5]:

Currently data as of date: 2020-11-13T17:00:00


 

What's in the original dataframe?

Out[6]:

All column names: ['data', 'stato', 'codice_regione', 'denominazione_regione', 'lat', 'long', 'ricoverati_con_sintomi', 'terapia_intensiva', 'totale_ospedalizzati', 'isolamento_domiciliare', 'totale_positivi', 'variazione_totale_positivi', 'nuovi_positivi', 'dimessi_guariti', 'deceduti', 'casi_da_sospetto_diagnostico', 'casi_da_screening', 'totale_casi', 'tamponi', 'casi_testati', 'note']

Out[7]:
data stato codice_regione denominazione_regione lat long ricoverati_con_sintomi terapia_intensiva totale_ospedalizzati isolamento_domiciliare ... variazione_totale_positivi nuovi_positivi dimessi_guariti deceduti casi_da_sospetto_diagnostico casi_da_screening totale_casi tamponi casi_testati note
5539 2020-11-13T17:00:00 ITA 19 Sicilia 38.115697 13.362357 1450 210 1660 24626 ... 1372 1707 11258 837 23824.0 14557.0 38381 799919 554557.0 NaN
5540 2020-11-13T17:00:00 ITA 9 Toscana 43.769231 11.255889 1656 265 1921 48208 ... 1213 2478 22408 1793 59899.0 14431.0 74330 1294003 839613.0 effettuati 40063 tamponi rapidi antigenici di...
5541 2020-11-13T17:00:00 ITA 10 Umbria 43.106758 12.388247 359 68 427 9963 ... -394 604 7016 234 4953.0 12687.0 17640 351691 199394.0 NaN
5542 2020-11-13T17:00:00 ITA 2 Valle d'Aosta 45.737503 7.320149 149 15 164 2199 ... 25 103 2261 234 4295.0 563.0 4858 48853 29189.0 NaN
5543 2020-11-13T17:00:00 ITA 5 Veneto 45.434905 12.338452 1831 219 2050 55238 ... 2533 3605 34454 2764 26878.0 67628.0 94506 2529005 978328.0 Tamponi antigenici 543.099

5 rows × 21 columns


 

Variable names to English and their explanation

  • HospWithSymptoms : Currently hospitalized patients with symptoms
  • IC : Intensive care
  • HospTotal: Total number of currently hospitalized patients
  • AtHome : Currently at home confinement
  • CurrentlyPositive : Total amount of current positive cases (Hospitalised patients + Home confinement)
  • NewPositives : New amount of positive cases (Actual total amount of current positive cases - total amount of current positive cases of the previous day)
  • TotalCases : Total amount of positive cases
  • NoOfTests : Tests performed
Out[8]:
Date Region Lat Long HospWithSymptoms IC HospTotal AtHome CurrentlyPositive VariationOfPositives NewPositives Recovered Deaths Diagnostico Screening TotalCases NoOfTests casi_testati note Pop
Date
2020-11-09 2020-11-09 Veneto 45.434905 12.338452 1464 195 1659 51503 53162 2192 2223 25735 2595 26203.0 55289.0 81492 2462529 953936.0 NaN 4905854
2020-11-10 2020-11-10 Veneto 45.434905 12.338452 1596 204 1800 48450 50250 -2912 2763 31362 2643 26311.0 57944.0 84255 2479307 962389.0 Oggi è entrato in produzione il nuovo algoritm... 4905854
2020-11-11 2020-11-11 Veneto 45.434905 12.338452 1669 208 1877 50358 52235 1985 3082 32413 2689 26526.0 60811.0 87337 2494150 965761.0 tamponi antigenici 492.456 4905854
2020-11-12 2020-11-12 Veneto 45.434905 12.338452 1763 213 1976 52779 54755 2520 3564 33419 2727 26696.0 64205.0 90901 2511361 971907.0 Tamponi antigenici 519.458 4905854
2020-11-13 2020-11-13 Veneto 45.434905 12.338452 1831 219 2050 55238 57288 2533 3605 34454 2764 26878.0 67628.0 94506 2529005 978328.0 Tamponi antigenici 543.099 4905854

 

daily numbers & moving averages (MA)

(double click and click on legend to select one or multiple regions in the graph)


 

All regions together